%include file="_head.html"/>
<%include file="_header.html" />
<%include file="_sidebar.html" />
TRANS
ARTICLES %if mode == 'view':
新しい記事の追加
%else:
一覧に戻る
%endif
<%include file="articles_list.html"/>
ドキュメント名 [例:article.title]
段落ヘッダー文 [例:article.header]
段落リード文 [例:article.lead]
${article.lead}
概要 (metaタグ)
キーワード (metaタグ)
%for i in range(1,6):
共有テキスト${i}
${article.context.get('context%s'%i)}
%endfor
%for i in range(1,4):
${article.title}
共有画像${i}
%if article_img[ 'art_%s_img%s_file' % (prefix,i) ][0] :
%endif
name:art_${prefix}_img${i}
画像 FILE UPLOAD
アップロードした画像を削除する場合はチェックしてください。
画像代替えテキスト
%if article_img[ 'art_%s_img%s_file' % (prefix,i) ][0] : <% t = '
' % ( '$'+"{paneoimg('"+ article_img['art_%s_img%s_file' % (prefix,i) ][1].replace('/img/','') + "')}" , img_alt.get('art_%s_img%s_alt'%(prefix,i)) ) %>
テンプレート画像タグ
${ t| h }
%endif
%endfor
更新する
Cancel
<%include file="_footer.html" />